Puts data on the Clipboard as the specified resource type. Use GetScrap and SetScrap instead of the Clipboard system variable when you want to work with data types other than plain text.
Examples
SetScrap "just some words", "TEXT"
SetScrap pictData, "PICT"
// Get a TEXT/styl (styled text) resource pair from a file and put the styled text on the Clipboard